home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
lisp
/
eulisp
/
comp0_89.lha
/
Feel
/
Boot
/
Compiler
/
aaa.em
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-02-02
|
264 b
|
23 lines
;; Eulisp Module
;; Author: pab
;; File: xxx.em
;; Date: Mon Feb 10 13:15:56 1992
;;
;; Project:
;; Description:
;;
(defmodule aaa
(standard0
list-fns
aux-macros
)
()
(defconstant xxx cadr)
(defun f () (xxx (cons 1 2)))
;; end module
)